home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / xmeeting_0.1_binary.dmg / XMeeting.app / Contents / Resources / English.lproj / MainWindow.nib / classes.nib next >
Encoding:
Text File  |  2006-03-01  |  2.2 KB  |  60 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {"" = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, 
  10.         {CLASS = XMEventAwareWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
  11.         {
  12.             ACTIONS = {
  13.                 changeAudioInputDevice = id; 
  14.                 changeAudioInputVolume = id; 
  15.                 changeAudioOutputDevice = id; 
  16.                 changeAudioOutputVolume = id; 
  17.                 changeVideoDevice = id; 
  18.                 toggleMuteAudioInput = id; 
  19.                 toggleMuteAudioOutput = id; 
  20.             }; 
  21.             CLASS = XMLocalAudioVideoController; 
  22.             LANGUAGE = ObjC; 
  23.             OUTLETS = {
  24.                 audioInputDevicesPopUp = NSPopUpButton; 
  25.                 audioInputVolumeSlider = NSSlider; 
  26.                 audioOutputDevicesPopUp = NSPopUpButton; 
  27.                 audioOutputVolumeSlider = NSSlider; 
  28.                 muteAudioInputSwitch = NSButton; 
  29.                 muteAudioOutputSwitch = NSButton; 
  30.                 videoDevicesPopUp = NSPopUpButton; 
  31.             }; 
  32.             SUPERCLASS = NSObject; 
  33.         }, 
  34.         {
  35.             ACTIONS = {
  36.                 showAdditionModuleInSeparateWindow = id; 
  37.                 showSelfView = id; 
  38.                 toggleShowAdditionContent = id; 
  39.             }; 
  40.             CLASS = XMMainWindowController; 
  41.             LANGUAGE = ObjC; 
  42.             OUTLETS = {
  43.                 mainContentBox = NSBox; 
  44.                 selfView = XMOSDVideoView; 
  45.                 selfViewDrawer = NSDrawer; 
  46.             }; 
  47.             SUPERCLASS = NSWindowController; 
  48.         }, 
  49.         {
  50.             CLASS = XMMainWindowStatusBarController; 
  51.             LANGUAGE = ObjC; 
  52.             OUTLETS = {progressIndicator = NSProgressIndicator; statusBar = NSTextField; }; 
  53.             SUPERCLASS = NSObject; 
  54.         }, 
  55.         {CLASS = XMMouseOverButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  56.         {CLASS = XMOSDVideoView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  57.         {CLASS = XMWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }
  58.     ); 
  59.     IBVersion = 1; 
  60. }